JavaScript

{dialog.object}_isControlInListDetailView Method

Syntax

{dialog.object}._isControlInListDetailView(colName);

Arguments

colNamestring

The name of a List column.

Description

Returns true if the colName is inside the Detail View of any List on the UX.

Discussion

Example

if ({dialiog.object}._isControlInListDetailView('firstname') === true) {
     alert("'firstname' is in the Detail View");
}

See Also